home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000142_news@watsun.cc.columbia.edu _Fri Jan 22 10:16:39 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA06663
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 22 Jan 1999 10:16:38 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA13102
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 22 Jan 1999 10:02:41 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: directory transfer
  11. Date: 22 Jan 1999 15:02:37 GMT
  12. Organization: Columbia University
  13. Message-ID: <78a3ud$cpb$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <36A87710.790E@ttuhsc.edu>, Mike Collins  <csjmc@ttuhsc.edu> wrote:
  17. : I am having a problem transfering directory structures between 2 vms
  18. : machines.  Both are using ckermit 6.1 under vms 7.1  I log in to the
  19. : local machine and telnet to the remote machine.  I then break back to
  20. : the local machine and type "get [.*]*".  Files themselves are transfered
  21. : correctly but when the first subdirectory is reached, kermit on the
  22. : local machine give the "directory creation failed" and the transfer ends
  23. : at that point.
  24. :
  25. Well, that's a good sign -- it shows that the sender is sending directory
  26. names, and the receiver is trying to create them, but failing for some
  27. reason.
  28.  
  29. : "Pathnames:on" are set on both ends and I am logged into
  30. : both machines under the system account.  I have a debugging log if
  31. : needed.
  32. Yes, please send it to kermit-support@columbia.edu.  Just the one from
  33. the receiving end should suffice.
  34.  
  35. - Frank